home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 63 / Mac Magazin CD 63.iso / Updates / WebDoubler / WebDoubler 1.1.sit / WebDoubler 1.1 / PICS / Example profiles / PICS.rule (ESRB) < prev    next >
Encoding:
Text File  |  1998-10-12  |  706 b   |  53 lines  |  [TEXT/WbDb]

  1. (
  2.     PICSRule-1.1
  3.     (
  4.         Name
  5.         (
  6.             RuleName
  7.                 "ESRB Profile"
  8.             Description
  9.                 "This profile uses embedded Entertainment Software Rating Board labels to block sites for Adults Only."
  10.         )
  11.  
  12.         Source
  13.         (
  14.             CreationTool
  15.                 "WebDoubler PICS Plug-In"
  16.             Author
  17.                 "steve@maxum.com"
  18.             LastModified
  19.                 "1998-10-12T15:03-0500"
  20.         )
  21.  
  22.         ServiceInfo
  23.         (
  24.             Name
  25.                 "http://www.esrb.org/rating.html"
  26.             ShortName
  27.                 "esrb"
  28.             RatFile
  29.                 ":PICS:Rating systems:esrb.rat"
  30.         )
  31.  
  32.         Policy
  33.         (
  34.             Name
  35.                 "Adults Only Filter"
  36.             RejectIf
  37.                 "((esrb.code = 4.0))"
  38.             Explanation
  39.                 "Sites for Adults Only are not allowed."
  40.         )
  41.  
  42.         Policy
  43.         (
  44.             Name
  45.                 "untitled label filter"
  46.             AcceptIf
  47.                 "otherwise"
  48.         )
  49.  
  50.     )
  51. )
  52.  
  53.